home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / txt2sp.com / TXT2SP.DOC < prev    next >
Encoding:
Text File  |  1989-05-30  |  1.2 KB  |  26 lines

  1. TXT2SP is a Turbo Pascal program for converting English text to phoneme codes
  2. that can be used to drive a phonetically-programmed speech synthesizer.  It
  3. is based on the letter-to-sound rules originally developed by the Naval
  4. Research Laboratory.  The phoneme codes produced by the program are for the
  5. SSI263 speech-synthesis chip, but it should be possible to modify the codes
  6. for use with other synthesizers by editing RULES.DAT.
  7.  
  8. The program reads its input from the standard input device and writes its
  9. output to the standard output device.  By using the DOS redirection feature
  10. you can redirect the input and output of TXT2SP to disk files as follows:
  11.  
  12.   TXT2SP <inputfile >outputfile
  13.  
  14. The article "Build a Third-Generation Phonetic Speech Synthesizer" by Steve
  15. Ciarcia in the March, 1984 issue of Byte magazine describes the translation
  16. algorithm and gives references for additional information.  It also describes
  17. the SSI263 speech-synthesis chip.
  18.  
  19. If you have any question or comments about this program please send Easyplex
  20. mail to Ron Schuster 76666,2322.
  21.  
  22.  
  23. NOTE: The Covox Speech Thing is an inexpensive but high quality synthesizer.
  24.       It is available for $49.95 from PSL Computer Products (1-800-2424-PSL).
  25.  
  26.